ServiceCreateItem Method (Item, FolderId, SendMeetingInvitations) |
Creates an item.
Namespace:
Independentsoft.Exchange
Assembly:
Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntaxpublic ItemId CreateItem(
Item item,
FolderId parentFolderId,
SendMeetingInvitations sendMeetingInvitations
)
Public Function CreateItem (
item As Item,
parentFolderId As FolderId,
sendMeetingInvitations As SendMeetingInvitations
) As ItemId
Parameters
- item
- Type: Independentsoft.ExchangeItem
The item to create. - parentFolderId
- Type: Independentsoft.ExchangeFolderId
The ID of the folder in which to place the newly created item. - sendMeetingInvitations
- Type: Independentsoft.ExchangeSendMeetingInvitations
The send meeting invitations.
Return Value
Type:
ItemIdThe ItemId of the created item.
See Also